Name 68kppc Description
Abs() YesYes absolute value
AllocVecPooled() YesYes(?) allocate memory
And() InlInl bit and
BitCount() YesYes count of bits in long
BitSize() YesYes size of bit field in long
Bounds() YesYes bound a value
Box() YesNo draw a box
Byte() InlInl get a byte
Circle() YesNo draw a circle
CloseS() YesNo close a screen
CloseW() YesNo close a window
Colour() YesNo set default colour
CtrlC() YesYes check if Ctrl+C pressed
CtrlD() YesYes check if Ctrl+D pressed
CtrlE() YesYes check if Ctrl+E pressed
CtrlF() YesYes check if Ctrl+F pressed
Double() InlInl get a double
Ellipse() YesNo draw an ellipse
EOr() InlInl bit exclusive or
EStrAdd() YesNo add to e-string
EStrCopy() YesNo copy to e-string
EStringF() YesNo format e-string
EStrLen() YesInl length of an e-string
EStrMax() YesInl maximal length of an e-string
Even() YesNo returns TRUE in value is even
FileLength() YesNo returns file length
Float() InlInl get a float
Free() No No free a memory
FreeVecPooled() YesYes(?) frees a pooled memory
HiBit() YesYes highest bit in long
HiChar() YesYes make the character upper
Inp() YesNo reads byte from a file
InStr() YesNo position of str b in str a
IsAlpha() YesYes true if the character is a letter
IsBin() YesYes true if the character is a binary number
IsHex() YesYes true if the character is a hexadecimal number
IsNum() YesYes true if the character is a decimal number
KickVersion() YesNo true if given version is lower of equal to system
Line() YesNo draw a line
LoBit() YesYes lowest bit in long
LoChar() YesYes make the character lower
Long() InlInl get a long
LowerStr() YesYes translates str to lower case
Max() YesYes bigger of two
MidEStr() YesNo copy somewhere to e-string
Min() YesYes smaller of two
Mouse() YesYes check if mouse pressed
MouseX() YesInl mouse position x
MouseXY() YesInl mouse position x,y
MouseY() YesInl mouse position y
Neg() InlInl negative value
New() No No internal function: allocate memory
NewM() No No internal function: allocate memory with type
NewR() No No internal function: allocate memory or raise
NewEStr() YesNo allocate new e-string
Not() InlInl inverse value
Odd() YesNo returns TRUE in value is odd
OpenS() YesNo open a screen
OpenW() YesNo open a window
Or() InlInl bit or
OStrCmp() YesYes compares two strings ordered
OStrCmpNC() YesYes compares two strings ordered, case independent
Out() YesNo writes byte to a file
Plot() YesNo draw a pixel
Pow() YesYes power
PutByte() InlInl put a byte/ubyte
PutDouble() InlInl put a double
PutFloat() InlInl put a float
PutLong() InlInl put a long/ulong
PutWord() InlInl put a word/uword
ReadEStr() YesNo read string from file/stdio
RealEStr() YesNo contert double into an e-string
RealStr() YesNo contert double into a string
RealVal() YesNo contert string into a double
ReEStr() YesYes(?) update changed e-string
ReByte() InlInl strip to signed byte
RemEStr() YesNo free allocated e-string
ReUByte() InlInl strip to unsigned byte
ReUWord() InlInl strip to unsigned word
ReWord() InlInl strip to signed word
RightEStr() YesNo copy some chars from right side of e-string to an e-string
Rnd() YesNo random number
RndQ() YesYes random number quick
Rol() InlInl roll number left
Ror() InlInl roll number rigth
SetColour() YesNo set screen colour
SetEStr() YesYes(?) set e-string length
SetStdRast() YesNo set default rastport
Shl() InlInl shift number left
Shr() InlInl shift number rigth
Sign() YesYes sign of a value
SizePooled() InlInl size of AllocVecPooled() memory chunk
StrAdd() YesYes add to string
StrCmp() YesYes compare two strings
StrCmpNC() YesYes compare two strings, case independent
StrCopy() YesYes copy to string
StringF() YesYes format string
StrLen() YesYes length of a string
TrimStr() YesYes skip white spaces in a string
UByte() InlInl get an unsigned byte
ULong() InlInl get an (unsigned) long
UWord() InlInl get an unsigned word
Val() YesYes convert string to number
WaitIMessage() YesNo wait for window's message
Word() InlInl get a word
104 10067

Yes = the function is in powerd.lib (resp. powerd_ppc.lib).
No = the function isn't in powerd.lib yet.
Inl = the function is inlined.